GoXam for WPF v3
InsertChildNodeKey Method
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : InsertChildNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the "child" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of children node data includes a given childkey.
Syntax
protected virtual void InsertChildNodeKey( 
   NodeType nodedata,
   NodeKey childkey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
childkey
the key value of the "child" node data; if null, this method does nothing
Remarks
This method can be overridden in case the FindChildNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members